Range<T> Class

[Obfuscation(Exclude = true)] 
[TypeConverter(typeof(ExpandableObjectConverter))] 
public class Range<T>
This language is not supported or no code example is available.
[Obfuscation(Exclude = true)] 
[TypeConverter(typeof(ExpandableObjectConverter))] 
generic<typename T> 
public ref class Range
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

Name Description
Public property Max
Public property Min
Top
Methods
 
Name Description
Public method ToString()
Top

In this article

Definition